home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Postcardigtal: White Lebanon
/
postcardigtal: White Lebanon.iso
/
pc
/
aalbum.swf
/
scripts
/
DefineButton2_284
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2003-07-23
|
149b
|
10 lines
on(release){
c = _currentframe;
if(c < 10)
{
c = "0" add c;
}
nom = "b" add c;
getURL("printAsBitmap:#bmax",nom);
}